home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / language / iconv8_e.arc / README < prev    next >
Text File  |  1985-11-20  |  2KB  |  53 lines

  1.                 Getting Started with Atari Icon
  2.  
  3.  
  4.    The distribution diskette contains executable files for Icon,
  5. a few sample Icon programs with data to get started, and Icon
  6. documentation in printable form. It also contains the ASH
  7. public-domain shell for running Icon and a copy of the public-
  8. domain archiving program, ARC.
  9.  
  10.    Before you do anything else, make a copy of the Atari Icon
  11. diskette.  If you have a hard disk, you may wish to copy the
  12. files on the Atari Icon diskette to a folder on your hard disk.
  13. If you run Atari Icon from a diskette, it cannot be write-
  14. protected, since Icon creates files when it is run.
  15.  
  16.    To get started, open the folder that contains the Atari Icon
  17. files and double click on ASH.PRG. You are now be running in a
  18. shell that accepts typed commands.  You may now dearchive the
  19. various files that comprise the Icon distribution. For example,
  20. to extract the Icon executable binary files, icont.prg and iconx.prg, do
  21.  
  22.     arc x icon.arc
  23.  
  24. and to get the sample programs do
  25.  
  26.     arc x samples.arc
  27.  
  28. Now try out Icon by typing
  29.  
  30.         icont hello
  31.         iconx hello
  32.  
  33. You should see something like this from iconx:
  34.  
  35.     Hello!
  36.     Icon Version 8.0, March 25, 1990
  37.     Atari TOS (LMM/FR)  Lattice 68000 C Version 3.04.02
  38.  
  39.    Assuming that Atari Icon is working, you should now read the
  40. documentation that comes with the diskette, if you have not
  41. already done so.
  42.  
  43.    If you have problems you cannot resolve after reading the
  44. documentation, contact:
  45.  
  46.  
  47.         Icon Project
  48.         Department of Computer Science
  49.         Gould-Simpson Building
  50.         The University of Arizona
  51.         Tucson, AZ   85721
  52.         (602) 621-2018
  53. ə